home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / DBASE5 / TEMPLATE.ZIP / DD_IMPT.COD < prev    next >
Text File  |  1994-10-12  |  415b  |  17 lines

  1. //
  2. // Module Name: DD_IMPT.COD - currently (selector name): Menu_Act = 16
  3. // Selectors used : Imprt_File, Imprt_Type
  4. // Description: DOC. include file for the IMPORT option.
  5. // Syntax     : IMPORT FROM <name> TYPE
  6. //
  7. Importar registros desde el fichero: {lower(Imprt_File)} TYPE \
  8. { case Imprt_type of}
  9. { 0:}PFS
  10. { 1:}dBASE II
  11. { 2:}RPD
  12. { 3:}FW2
  13. { 4:}WK1
  14. { endcase}
  15. {endofpage();}
  16. // EOP DD_IMPT.COD
  17.